home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / tc2pat.com / PATFLOAT.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-10-10  |  629 b   |  21 lines

  1. echo off
  2. echo 
  3. echo This batch file modifies TC.EXE and TCC.EXE to fix the
  4. echo "floating point formats not linked" problem.
  5. echo 
  6. echo Syntax:  PATFLOAT [TC-Directory]
  7. echo Example: PATFLOAT C:\TC\
  8. echo 
  9. echo If no parameter is specified for the Turbo C directory, both TC.EXE and
  10. echo TCC.EXE in the current directory are patched.  Note: If you specify a 
  11. echo pathname the last '\' is required.
  12. echo 
  13. echo PATCH.COM must be in the current directory or on your DOS exec path.
  14. echo 
  15. echo Hit any key to patch Turbo C, ^C to exit
  16. echo 
  17. pause
  18. PATCH FLT-TC.DIF %1TC.EXE
  19. echo 
  20. PATCH FLT-TCC.DIF %1TCC.EXE
  21.